home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The 50th Anniversary of …National Assembly Library
/
The 50th Anniversary of the National Assembly Library.iso
/
main.dxr
/
00057.ls
< prev
next >
Encoding:
Amiga
Atari
Commodore
DOS
FM Towns/JPY
Macintosh
Macintosh JP
NeXTSTEP
RISC OS/Acorn
UTF-8
Wrap
Text File
|
2002-02-18
|
316 b
|
22 lines
on mouseEnter
cursor([121, 122])
repeat with aa = -6 to 109
set the locH of sprite 44 to aa
end repeat
sprite(45).visible = 1
end
on mouseLeave
cursor(-1)
sprite(45).visible = 0
repeat with aa = 109 down to -6
set the locH of sprite 44 to aa
end repeat
end
on mouseDown
end
on mouseUp
end